@charset "utf-8";
@import url(custom.css);

/* CSS Start */

/* Site Layout - Body Wrap */
body {
	position:relative;
    background-color: #FFF;
	font-size:12px;
	font-family:Arial, Apple Gothic, Dotum, Gulim;
	line-height:18px;
	color:#000;
	margin: 0px auto; 
	padding: 0px;
}

#open {width:1000px; margin: 0px auto; text-align:center; margin-top:50px;}

#bodywrap {
	width:1000px;
	height:620px;
	margin: 0 auto; 
}

/* Site Layout - Header */

#header { 
	position:relative; 
	width:1000px; 
	height:80px;
	padding:0px;
	z-index:10;
	margin: 0 auto;
}
.mainimg { 
	position:relative; 
	width:1000px;
	height:276px;
	padding:0;
	margin: 0 auto;
	margin-top:45px;
}

/* Site Layout - Content Body */
#content { 
	position:relative; 
	width:1000px;
	height:139px;
	padding:0;
	margin: 0 auto;
}


/* Site Layout - Column Center */

#contentLeft { 
	position:relative; 
	width:320px;
	height:139px;
	padding:0px;
	padding-top:2px;
	margin-top:3px;
	float:left;
}
#contentCenter { 
	position:relative; 
	width:310px;
	height:139px;
	padding:0px;
	margin-top:3px;
	float:left;
}
#contentRight { 
	position:relative; 
	width:183px;
	height:139px;
	padding:0px;
	margin:3px 0px 0px 0px;
	float:left;
	background:url('../images/main/share_bg.gif') no-repeat;
}
#contentRightR { 
	position:relative; 
	width:187px;
	height:139px;
	padding:0px;
	margin-top:3px;
	float:left;
}
#contentbottom { 
	position:relative; 
	width:1000px;
	height:51px;
	padding-top:20px;
	margin-top:20px;
	margin: 0 auto;
}
/* Site Layout - Content Footer */
#footer {	
	position:relative;
	margin: 0px auto;
	text-align:center;
	width:100%; 
	height:75px; 
	margin-top:0px;
	padding-top:50px;
	background:url('../images/common/bottom_bg.gif') repeat-x;
}

img{

 list-style-type: none;
 border: 0 none;
 margin:0px;
 padding:0px;
}


/* CSS End */

